﻿/* Algemene instellingen voor meerdere sites */

body /* het gehele window */
{
	text-align: left;
	font-size: 12px;
	font-family: "Lucida Grande" , Arial, sans-serif;
	color: #666;
	background-color: #C00;
}
#main /* de gehele website */
{
    text-align: left;
    margin: auto;
    margin-top: 10px;
    width: 1015px;
    border: solid 0px #ff0000;
    background-color: #ffffff;
}
#PageContainer	/* de top en height per site instellen */ 
{
}
#MenuLeft /* de top en height per site instellen */
{
    float: left;
    border: solid 1px #f0f0f0;
    width: 195px;
    background-color: transparent;
    margin-left: 4px; 
    text-align: left;
}
#BodyContent /* het middenstuk de top en height per site instellen */
{
    float: left;
    border: solid 1px #f0f0f0;
    width: 605px;
    height: 618px;
    overflow: hidden;
    margin-left: 3px;
    text-align: left;
    background-color: transparent;
}
#BodyParagraph /* een gedeelte op het midden gedeelte met rondom een padding */
{
    border: solid 0px #333;
    top: 0px;
    left: 0px;
    width: 583px;
    padding: 10px 10px 10px 10px;
    background-color: #FFF;
}
#MenuRight /* de top en height per site instellen */
{
    float: left;
    border: solid 1px #f0f0f0;
    height: 618px;
    width: 195px;
    background-color: transparent;
    margin-left: 3px;
    text-align: left;
}
/*  ===========  Buttonbalk  ==========================*/
#Buttonbalk /* de top en height per site instellen */
{
    background-image: url( '/media/btn_stretch.png');
    width: 1015px;
    height: 30px;
    text-align: center;
    margin-top:0px;
}
#Buttons
{
	border: solid 0px #000000;
	text-align: center;
	padding: 2px 10px 4px 10px;
	vertical-align: top;
	width: auto;
	line-height: 26px;
}
#Buttons a
{
	text-align: center;
	color: #E1E1E1;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 10px 3px 10px;
	float: left;
	margin-left: 3px;
	font-weight: bold;
}
#Buttons a:hover
{
    color: #FFF;
    background-image: url('/media/btn_stretch4.png');
}
#current a   /* de actieve menukeuze */
{
	text-align: center;
	border: solid 0px #000000;
	color: #FF0;
	padding: 2px 10px 4px 10px;
	width: auto;
	margin-left: 3px;
	line-height: 26px;
	height: 24px;
	font-weight: bolder;
	background-image: url('/media/btn_stretch4.png');
}
/*  ===========  Search  ==========================*/
#searchLocation
{
    float: right;
    position: relative;
    top: -3px;
    margin-right:5px;
}
.keywords
{
    width: 128px;
    margin-right: 4px;
}
#search
{
    float:left;
    border:0px solid;
    margin-top:0px;
}
#xsltsearch
{
    float:left;
    border:0px solid;
    margin-top:10px;
}
/*  ===========  Footer  ==========================*/
#Footer
{
    position: absolute;
    clear: both;
    border: solid 0px #333;
    top: 788px;
    width: 1015px;
    height: 20px;
    padding-top: 4px;
    text-align: center;
  /*background-color: #0065B3;*/ /* de kleur wordt gezet via een variable in de style van de MasterPage */
}
.FooterElement
{
    color: #00f;
    text-decoration: none;
    font-size: 12px;
    margin-right: 20px;
}
a.FooterElement
{
    color: #999;
    text-decoration: none;
    font-size: 12px;
}
a.FooterElement:hover
{
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
}

/*  ===========  AjaxControlToolkit PasswordStrength  ==========================*/
/*
                pss.BarBorderCssClass = "BarIndicatorBorder";
                pss.TextCssClass = "BarIndicatorText";
                pss.StrengthStyles="BarIndicator_1;BarIndicator_2;BarIndicator_3;BarIndicator_4;BarIndicator_5"

*/
.BarIndicatorBorder
{
	border: solid 1px #adadad;
	height: 10px;
	width: 100px;
	margin-left: 7px;
}
.BarIndicatorText
{
	font-weight: bold; 
}
.BarIndicator_1
{
	background-color: #FF3300;	
}
.BarIndicator_2
{
	background-color: #FF9933;	
	font-weight: bold;	

}
.BarIndicator_3
{
	background-color: #FFFF00;	
}
.BarIndicator_4
{
	background-color: #66FF33;	
}
.BarIndicator_5
{
	background-color: #006600;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
